GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / DrawBarcodeQrCode Method





In This Topic
DrawBarcodeQrCode Method (IGdPicturePDF)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(100)>
Function DrawBarcodeQrCode( _
   ByVal Data As String, _
   ByVal EncodingMode As BarcodeQREncodingMode, _
   ByVal ErrorCorrectionLevel As BarcodeQRErrorCorrectionLevel, _
   ByVal Version As Integer, _
   ByVal ModuleSize As Integer, _
   ByVal DstX As Single, _
   ByVal DstY As Single, _
   ByVal Red As Byte, _
   ByVal Green As Byte, _
   ByVal Blue As Byte _
) As GdPictureStatus
[DispId(100)]
GdPictureStatus DrawBarcodeQrCode( 
   string Data,
   BarcodeQREncodingMode EncodingMode,
   BarcodeQRErrorCorrectionLevel ErrorCorrectionLevel,
   int Version,
   int ModuleSize,
   float DstX,
   float DstY,
   byte Red,
   byte Green,
   byte Blue
)
function DrawBarcodeQrCode( 
    Data: String;
    EncodingMode: BarcodeQREncodingMode;
    ErrorCorrectionLevel: BarcodeQRErrorCorrectionLevel;
    Version: Integer;
    ModuleSize: Integer;
    DstX: Single;
    DstY: Single;
    Red: Byte;
    Green: Byte;
    Blue: Byte
): GdPictureStatus; 
DispIdAttribute(100)
function DrawBarcodeQrCode( 
   Data : String,
   EncodingMode : BarcodeQREncodingMode,
   ErrorCorrectionLevel : BarcodeQRErrorCorrectionLevel,
   Version : int,
   ModuleSize : int,
   DstX : float,
   DstY : float,
   Red : byte,
   Green : byte,
   Blue : byte
) : GdPictureStatus;
[DispId(100)]
GdPictureStatus DrawBarcodeQrCode( 
   string* Data,
   BarcodeQREncodingMode EncodingMode,
   BarcodeQRErrorCorrectionLevel ErrorCorrectionLevel,
   int Version,
   int ModuleSize,
   float DstX,
   float DstY,
   byte Red,
   byte Green,
   byte Blue
) 
[DispId(100)]
GdPictureStatus DrawBarcodeQrCode( 
   String^ Data,
   BarcodeQREncodingMode EncodingMode,
   BarcodeQRErrorCorrectionLevel ErrorCorrectionLevel,
   int Version,
   int ModuleSize,
   float DstX,
   float DstY,
   byte Red,
   byte Green,
   byte Blue
) 

Parameters

Data
EncodingMode
ErrorCorrectionLevel
Version
ModuleSize
DstX
DstY
Red
Green
Blue
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF
IGdPicturePDF Members